Skip to content

feat(debugging): complete finding suppression workflow#1629

Open
Komal2008 wants to merge 5 commits into
imDarshanGK:mainfrom
Komal2008:feature/finding-suppression
Open

feat(debugging): complete finding suppression workflow#1629
Komal2008 wants to merge 5 commits into
imDarshanGK:mainfrom
Komal2008:feature/finding-suppression

Conversation

@Komal2008

Copy link
Copy Markdown

Description

Implemented finding suppression support for debugging results.

This PR adds frontend and backend support for suppressing individual debugging findings. Suppressed findings are removed from the active debug view, persisted in the backend, and covered with automated tests. The changelog has also been updated.

Related Issue

Fixes #671

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Test addition
  • Refactor

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have run pytest -v and all tests pass
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat/fix/docs/test: short description
  • I have added tests for new features (Level 2 and 3 issues)
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

Screenshots (frontend change)

Screenshot 2026-07-20 015242

Before

before

After

'''supp'''

'''issue'''

'''confirmation'''

Test evidence

pytest -v

============================= test session starts =============================
...
441 passed, 116 warnings in 34.61s
Screenshot 2026-07-20 022429

@Komal2008
Komal2008 requested a review from imDarshanGK as a code owner July 19, 2026 21:25
@imDarshanGK imDarshanGK added type:frontend Frontend related tasks gssoc2026 Official GSSoC 2026 issue type:backend Backend related tasks type:feature New feature or request help wanted Extra attention needed level:intermediate Intermediate tasks gssoc:approved labels Jul 21, 2026
@imDarshanGK

Copy link
Copy Markdown
Owner

@Komal2008
image

@imDarshanGK imDarshanGK left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved gssoc2026 Official GSSoC 2026 issue help wanted Extra attention needed level:intermediate Intermediate tasks type:backend Backend related tasks type:feature New feature or request type:frontend Frontend related tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for suppressing/ignoring specific findings

2 participants